Today, when I was working on a job interview, David asked me to add a title: The difference between ID and name in HTML. A listen to Ah, the HTML ID and name what is the difference, but usually in use, not how to think, just so use it, oh, in fact,
It can be said that almost every person who has done web development has asked, exactly what is the difference between the ID and name of the element? Why is there an ID and name?! And also we can get the classical answer: ID is like a person's
Difference
Almost everyone who has done web development has asked, exactly what is the difference between an element's ID and a name? Why do I have ID and name? and also we can get the classical answer: ID is like a person's ID number, and name is
Original acknowledgement: http://xahlee.info/js/js_get_elements.html >
through ID Get element :
document.getElementById (ID string) return element Object, If it fails, get NULLNote ID should be unique within the page, but in iframe is
ID differs from name in HTMLA name can correspond to multiple controls at the same time, such as checkbox and radioAnd the ID must be the only one in the full-text filePurpose of the ID1) ID is the identity of the HTML element, mainly in the client
ID differs from name in HTMLa name can correspond to multiple controls at the same time , such as checkbox and radioAnd the ID must be the only one in the full-text filePurpose of the ID1) ID is the identity of the HTML element, mainly in the client
To use the library function of ExtJS to perform various operations on the DOM, you need to obtain the object of the Element type, but Ext. although get () obtains Element, the parameter can only be id. If you like and worship jQuery selector, you
Background: Android Automated testing was recently performed using Robotium. A problem has been encountered: I need to get a view ID (int type value). I have previously described how to open the view on my phone in two articles in http://maider.blog.
The first argument for all functions is: element, which represents the reference of the element to be manipulated, in order to add these methods to the DOM object when Element.extend, using the Methodize function. You do not need to enter the first
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.